home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPage1Column1, gPage1Column2, gPage1Column3, gPage1Column4, gPage1Column5, gPage2n3Column1, gPage2n3Column2, gPage2n3Column3, gPage2n3Column4, gPage2n3Column5
- puppetSound("MouseUp.aif")
- if gPage2n3Column5 then
- set the castNum of sprite 16 to cast "view5"
- set the locH of sprite 21 to 1000
- set the locV of sprite 21 to 1000
- set gPage1Column5 to 0
- set gPage2n3Column5 to 0
- else
- set the castNum of sprite 16 to cast "hide5"
- set the castNum of sprite 21 to cast "text3.5"
- set the locH of sprite 21 to 320
- set the locV of sprite 21 to 240
- set gPage1Column5 to 1
- set gPage2n3Column5 to 1
- end if
- updateStage()
- end
-